home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDITOR / KDP32_1.ARJ / KOREWOYO.ME < prev    next >
Text File  |  1992-06-06  |  7KB  |  169 lines

  1.     Welcome to KDPLUS ver. 3.2/JWRITE ver. 1.6/KJIN ver. 1.5
  2.  
  3. These programs will enable you to read and write Japanese kanji and
  4. kana text on a DOS-compatible computer and print beautifully on a
  5. laser or dot-matrix printer (and also the Hewlett-Packard DeskJet
  6. 500), and to read and write Japanese kanji and kana text online
  7. with Japanese bulletin boards and databases which use Shift-JIS,
  8. Shin-JIS, or JIS (old JIS).  The print utilities will correctly
  9. print JIS hankaku katakana.
  10.  
  11. These programs are easy to use--and they work with Exis Inc.'s
  12. TELIX version 3.12 (and probably version 3.15) and with Vernon D.
  13. Buerg's LIST.COM version 7.5i using the /b switch.  Uploaded by
  14. request of the author Jan W. Stumpel, who can be reached on KODAIRA
  15. MESSENGER BBS, Tokyo, Japan, phone 0423-45-8923. 
  16.  
  17.      Mailing address:  Jan W. Stumpel 
  18.                        c/o Royal Netherlands Embassy  
  19.                        3-6-3 Shiba-Koen  
  20.                        Minato-ku, Tokyo 105 Japan  
  21.   
  22. The complete set of programs consists of two self-extracting
  23. archives containing a total of six self-extracting sub-archives as
  24. follows:  
  25.  
  26. KDP32A.EXE -- KDP32EXE.EXE, JWRITE16.EXE and KDP32UP.EXE
  27.  
  28. KDP32B.EXE -- WNNSJIS.EXE, KDPFNT24.EXE and KDPFONT.EXE
  29.  
  30. Users upgrading from KDPLUS 3.0/JWRITE 1.5/KJIN 1.0 only need to
  31. download KDP32A.EXE.  KJIN ver. 1.5 is in the KDP32EXE.EXE archive.
  32.  
  33. KDP32UP.EXE consists of three files also contained in KDPFNT24.EXE
  34. and two files also contained in KDPFONT.EXE.
  35.  
  36. Author's disclaimer of warranties:  
  37.  
  38. This software is provided "as is" without express or implied
  39. warranty of any kind.  The author makes no representations about
  40. the merchantibility or the suitability of this software for any
  41. purpose.  Use, and enjoy, at your own risk.
  42.  
  43.  
  44.      TIPS ON SETTING UP KDPLUS/JWRITE/KJIN ON YOUR COMPUTER
  45.  
  46. The following tips will help you set up the KDPLUS/JWRITE/KJIN
  47. system on your MS-DOS computer.  
  48.  
  49. 1.  First, before you run the self-extracting archives contained
  50. in this archive and the other archive, you should create two
  51. directories on your hard drive like this by typing at the DOS
  52. prompt:
  53.  
  54. md\kdplus
  55. md\kdplus\docs
  56.  
  57. The first directory is for the programs; the second directory is
  58. for Japanese kanji and kana text files you will be using.  You can
  59. choose other names if you wish.
  60.  
  61. 2.  It is convenient that your AUTOEXEC.BAT file has a PATH
  62. statement that contains the directory for your KDPLUS\JWRITE\KJIN
  63. files, the directory for your telecommunications program, the
  64. directory for your LIST.COM program, and your C drive's root
  65. directory.  For example:  
  66.  
  67. path c:\;c:\kdplus;c:\telix312;c:\util
  68.  
  69. 3.  Now, extract all the archives into the KDPLUS directory. 
  70. (Users upgrading from KDPLUS 3.0/JWRITE 1.5/KJIN 1.0 may wish to
  71. delete KANJI.CNF to avoid overwriting their previous KANJI.CNF
  72. configuration file.)
  73.  
  74. 4. It is convenient to use batch files to run four usages of these
  75. programs:  Japanese telecommunications using EXIS, Inc.'s Telix
  76. 3.12 (or 3.15); Read/edit/print Japanese text using Vernon Buerg's
  77. LIST.COM version 7.5i; Create/edit/print Japanese text without
  78. using LIST.COM; and KDPLUS + COMMAND.COM.  Batch files are text
  79. files in ASCII you create with any word processor or text editor
  80. program.  It is convenient to have the batch files in the root
  81. directory of your C drive (C:\).  (If you keep batch files
  82. elsewhere, your PATH statement should contain that directory.  If
  83. you don't have these directories in your PATH statement, you may
  84. have to type the directory name before every program name in your
  85. batch file).
  86.  
  87. a.  For Japanese telecommunications using Telix 3.12 (v. 3.15
  88. should also work), put KANJI.CNF into your Telix directory and
  89. X.SLC into your directory of Telix script files and use:
  90.  
  91. cd\telix312
  92. kdplus -k kjin telix sx.slc ckanji.cnf
  93.  
  94. Note:  The -k switch is optional, and you can edit the KANJI.CNF
  95. file (see the KDPLUS documentation).  If your PATH statement does
  96. not kave KDPLUS in it, put KANJI.CNF into your Telix directory and
  97. put X.SLC into your directory of Telix script files and use:
  98.  
  99. cd\telix312
  100. c:\kdplus\kdplus -k c:\kdplus\kjin telix sx.slc ckanji.cnf
  101.  
  102. A good name for this batch file is KJIN.BAT.
  103.  
  104. b.  To read Japanese text using KDPLUS and Vernon D. Buerg's
  105. LIST.COM version 7.5i, to edit Japanese text using KDPLUS, LIST.COM
  106. and JWRITE, and to print Japanese text from JWRITE by pressing 
  107. ALT-M and typing KPLJ24.EXE (one of the printer programs in the
  108. KDPLUS archives) and then the text file name, try the following
  109. batch file KDLIST.BAT:
  110.  
  111. cd\kdplus\docs
  112. kdplus -k list.com /b
  113.  
  114. LIST.COM will then put the \kdplus\docs directory on the screen. 
  115. To read a Japanese-language file with KDPLUS and LIST.COM,
  116. highlight the desired file and press the ENTER key.  To edit the
  117. highlighted file using JWRITE, press E.  However, to make
  118. LIST.COM's E command work, Vernon D. Buerg's documentation for
  119. LIST.COM version 7.5i states that you need another batch file
  120. called EDIT.BAT.  Try the following batch file called EDIT.BAT:
  121.  
  122. jwrite %1
  123.  
  124. You should put the EDIT.BAT batch file for JWRITE into your
  125. \KDPLUS\DOCS directory, rather than with your other batch files in
  126. your C:\ root directory (or whatever directory you keep your other
  127. batch files in).  By putting EDIT.BAT into the \KDPLUS\DOCS
  128. directory, JWRITE will only be used as LIST.COM's editor for
  129. Japanese language files.  You may, for example, want to use another
  130. word processing program or text editing program for your English
  131. language files.  That second EDIT.BAT file might best be kept with
  132. your other batch files.
  133.  
  134. c.  To create a new Japanese text file using JWRITE, or to edit an
  135. existing text file without using LIST.COM, the following batch file
  136. JTEXT.BAT is useful:
  137.  
  138. cd\kdplus\docs
  139. kdplus -k jwrite %1
  140.  
  141. This will bring up the JWRITE screen with no text file name
  142. specified.  You can name it later with JWRITE's ALT-S command.  If
  143. you want to name the new text file (for example, using the name
  144. NEWFILE.TXT) when you start JWRITE, type:
  145.  
  146. jtext newfile.txt
  147.  
  148. To edit a document file that already exists (for example,
  149. OLDFILE.TXT) without using LIST.COM, type:
  150.  
  151. jtext oldfile.txt
  152.  
  153. Again, the -k switch is optional.  You can also print from JWRITE
  154. in the same manner as stated above using ALT-M and, for example,
  155. KPLJ24.EXE.
  156.  
  157. d.  To try KDPLUS with other programs, use the following
  158. KDPLUS.BAT:
  159.  
  160. kdplus -k command.com
  161.  
  162. This will bring up the DOS prompt, but you will be able to see
  163. Japanese text in some programs.  You can also print a Japanese
  164. language document using one of the printer programs included with
  165. KDPLUS such as KPLJ24.EXE.  Again, the -k switch is optional.
  166.  
  167. Note:  WHEN USING JIS ONLINE, ANSI-BBS TERMINAL EMULATION MUST BE
  168.        OFF.  USE TTY TERMINAL EMULATION. REMOVE OR DE-ACTIVATE
  169.        ANSI.SYS.